home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Sound / AHI / AHI-Manual / ahiman.readme
Text File  |  1997-11-07  |  5KB  |  150 lines

  1. Short:    Retargetable audio v4.16, Doc. Archive
  2. Type:     docs/misc
  3. Author:   Martin Blom <lcs@lysator.liu.se>
  4. Uploader: Martin Blom <lcs@lysator.liu.se>
  5.  
  6.      This archive contains the documentation for AHI (both
  7.      AHI Developer's Guide and AHI User's Guide) as DVI,
  8.      Postscript and HTML files.
  9.  
  10.      AmigaGuide® versions are included in the AHI Developer's
  11.      archive and the AHI User's archive.
  12.  
  13.      Changes since last release
  14.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  15.      Bug fixes in the device code.
  16.      Updated documentation.
  17.      New translation (hrvatski).
  18.      Added driver for Maestro Pro to the distribution.
  19.      Added driver for Concierto to the distribution.
  20.  
  21.  
  22. TITLE
  23.  
  24.      AHI Audio system
  25.  
  26. VERSION
  27.  
  28.      Release 4
  29.  
  30. AUTHOR
  31.  
  32.      Martin Blom <lcs@lysator.liu.se>
  33.  
  34. DESCRIPTION
  35.  
  36.      Retargetable Audio for AmigaOS
  37.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  38.  
  39.      (When refering to this software, the correct term is
  40.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  41.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  42.  
  43.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  44.      However, many features are lacking:
  45.  
  46.      · Very limited volime control when using 16 bit samples
  47.      · No HiFi mixing routines are available.
  48.      · No stereo samples
  49.      · No DSP effects are available.
  50.      · Less precision on some calculations
  51.      · Slower
  52.  
  53.      As you can see, this version is very primitive.  Get yourself an
  54.      accelerator!  I cannot guarantee that I will continue to support this
  55.      processor in the future.
  56.  
  57.      Quick overview
  58.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  59.  
  60.      * Driver based
  61.  
  62.      Each supported sound card is controlled by a library-based audio
  63.      driver. For a 'dumb' sound card, a new driver should be written in
  64.      a few hours. For a 'smart' sound card, it is possible to utilize an
  65.      on-board DSP, for example, to maximize performance and sound quality.
  66.      For sound cards with own DSP but little or no memory, it is possible
  67.      to use the main CPU to mix channels and do the post-processing
  68.      with the DSP. Available today are drivers for
  69.  
  70.      · Aura (sampler only)
  71.      · Clarity (sampler only)
  72.      · Concierto (Picasso IV sound module)
  73.      · Delfina DSP and Delfina Lite
  74.      · DraCo Motion
  75.      · Maestro Pro
  76.      · Melody MPEG
  77.      · Paula (8/14/14c bit)
  78.      · Prelude
  79.      · Toccata
  80.      · Wavetools
  81.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  82.  
  83.      * Fast, powerful mixing routines (yeah, right... haha)
  84.  
  85.      The device's mixing routines mix 8- or 16-bit signed samples, both
  86.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  87.      (with stereo panning if desired) data, using any number of channels
  88.      (as long as 'any' means less than 128...).  Tables can be used speed
  89.      the mixing up (especially when using 8-bit samples).  The samples can
  90.      have any length (including odd) and can have any number of loops.
  91.      
  92.      * Support for non-realtime mixing
  93.  
  94.      By providing a timing feature, it is possible to create high-
  95.      quality output even if the processing power is lacking, by saving
  96.      the output to disk, for example as an IFF AIFF or 8SXV file.
  97.      There are so-called HiFi mixing routines that can be used, which
  98.      use linear interpolation and gives 32 bit output.
  99.  
  100.      * Audio database
  101.  
  102.      Uses ID codes, much like Screenmode IDs, to select the many
  103.      parameters that can be set. The functions to access the audio
  104.      database are not too different from those in 'graphics.library'.
  105.      The device also features a requester to get an ID code from the
  106.      user.
  107.  
  108.      * Both high- and low-level protocol
  109.  
  110.      By acting both like a device and a library, AHI gives the programmer
  111.      a choice between full control and simplicity. The device API allows
  112.      several programs to use the audio hardware at the same time, and
  113.      the AUDIO: dos-device driver makes playing and recording sound very
  114.      simple for both the programmer and user.
  115.  
  116.      * Future Compatible
  117.  
  118.      When AmigaOS gets device-independent audio worth it's name, it should
  119.      not be too difficult to write a driver for AHI, allowing applications
  120.      using 'ahi.device' to automatically use the new OS interface. At
  121.      least I hope it wont.
  122.  
  123. SPECIAL REQUIREMENTS
  124.  
  125.      AmigaOS release 2.
  126.      MC68020 processor or better strongly recommended.
  127.  
  128. AVAILABILITY
  129.  
  130.      Aminet, for example:
  131.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  132.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  133.      ftp://ftp.germany.aminet.org/pub/aminet/docs/misc/ahiman.lha
  134.  
  135.      WWW:
  136.      http://www.lysator.liu.se/~lcs/ahi.html
  137.  
  138. PRICE
  139.  
  140.      Free. But if you use it in a shareware of commercial product,
  141.      I would like a registered copy for me and each of the audio driver
  142.      authors (this is merely a wish, you don't have to do it if you don't
  143.      think we deserve it). See the AHI User's Guide for more information.
  144.  
  145. DISTRIBUTABILITY
  146.  
  147.      Copyright ©1994-1997 Martin Blom.
  148.      Freely distributable in unmodified form.
  149.      See the AHI User's Guide for more information.
  150.